settings: Fix font names *again*
authorMatthias Clasen <mclasen@redhat.com>
Fri, 6 May 2016 11:08:56 +0000 (07:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 6 May 2016 11:08:56 +0000 (07:08 -0400)
This is the last time, I hope.

gtk/gtksettings.c

index ea713ea07563375172cb9664d9f77e10aa66ac3e..f6d7283e073a7210090829cbbcbbd86781477539 100644 (file)
@@ -1912,6 +1912,7 @@ gtk_settings_create_for_display (GdkDisplay *display)
   settings_update_cursor_theme (settings);
   settings_update_resolution (settings);
   settings_update_font_options (settings);
+  settings_update_font_values (settings);
 
   return settings;
 }